home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / ARCHIVE / V12N10.ZIP;1 / ENDJOI.ZIP / ENDJOIN.MAK < prev    next >
Encoding:
Text File  |  1993-03-17  |  312 b   |  13 lines

  1. #-----------------------
  2. # ENDJOIN.MAK make file
  3. #-----------------------
  4.  
  5. endjoin.exe : endjoin.obj olfdemo.obj olfdemo.def
  6.      link386 /BASE:0x10000 endjoin olfdemo,, NUL,, olfdemo
  7.  
  8. endjoin.obj : endjoin.c
  9.      icc -C -Kbcpr -Ss endjoin.c
  10.  
  11. olfdemo.obj : olfdemo.c
  12.      icc -C -Kbcpr -Ss olfdemo.c
  13.